C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRow Class / GridGroupRow Constructor / GridGroupRow Constructor(IDataCollection<Object>,Int32,Boolean)
The collection containing the item.
Index of the data inside the collection.
Sets whether the row is initially collapsed.

In This Topic
GridGroupRow Constructor(IDataCollection<Object>,Int32,Boolean)
In This Topic
Initializes a new instance of the GridGroupRow class.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IDataCollection(Of Object), _
   ByVal dataIndex As Integer, _
   Optional ByVal isCollapsed As Boolean _
)
 

Parameters

collection
The collection containing the item.
dataIndex
Index of the data inside the collection.
isCollapsed
Sets whether the row is initially collapsed.
See Also